"minecraft:on_death": {
    "event": "on:death",
    "target": "self"
  },
      "minecraft:on_hurt": {
        "event": "on:hurt",
        "target": "self"
      },
      "minecraft:on_hurt_by_player": {
        "event": "on:hurt_by_player",
        "target": "self"
      },
      "minecraft:on_ignite": {
        "event": "on:ignite",
        "target": "self"
      },
      "minecraft:on_target_acquired": {
        "event": "on:target_acquired",
        "target": "self"
      },
      "minecraft:on_target_escape": {
        "event": "on:target_escape",
        "target": "self"
      },
      "minecraft:on_wake_with_owner": {
        "event": "on:wake_with_owner",
        "target": "self"
      },
    
    "on:death": {
        "run_command": {
          "command": [
            "function raythun"
          ]
        }
      },
      "on:hurt": {
        "run_command": {
          "command": [
            "function damray"
          ]
        }
      },
      "on:hurt_by_player": {
        "run_command": {
          "command": []
        }
      },
      "on:ignite": {
        "run_command": {
          "command": []
        }
      },
      "on:target_acquired": {
        "run_command": {
          "command": []
        }
      },
      "on:target_escape": {
        "run_command": {
          "command": []
        }
      },
      "on:wake_with_owner": {
        "run_command": {
          "command": []
        }
      }